Active Query Builder 2 .NET Edition reference
FindItem<T>(MetadataQualifiedName,MetadataType) Method



Finds first (and loads all if not loaded) metadata item matching the specified Metadata Qualified Name of specific types in the child items hierarchy.
Syntax
'Declaration
 
Public Overloads Function FindItem(Of T As MetadataItem)( _
   ByVal name As MetadataQualifiedName, _
   ByVal types As MetadataType _
) As T
'Usage
 
Dim instance As MetadataItem
Dim name As MetadataQualifiedName
Dim types As MetadataType
Dim value As T
 
value = instance.FindItem(Of T)(name, types)
public T FindItem<T>( 
   MetadataQualifiedName name,
   MetadataType types
)
where T: MetadataItem
public: T* FindItem<T>( 
   MetadataQualifiedName* name,
   MetadataType types
) 
where T: MetadataItem

Parameters

name
types

Type Parameters

T
See Also

Reference

MetadataItem Class
MetadataItem Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback